home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection, buttonSp, coinSp, coinCoverSp, responseSp, answerButSp, greyScreenSp, numberPanelSp, chooseSkillSp, gExtendData, NexQuest
-
- on goIntro
- go(label("intro"))
- goNarrator(gMasterData, "34")
- set gSection to #intro
- end
-
- on goExample
- go("example")
- goNarrator(gMasterData, "35")
- set gSection to #example
- setModule(gExtendData, #example)
- setFingerCursor(#on, [answerButSp])
- end
-
- on goChooseSkill
- go("choose skill")
- goNarrator(gMasterData, "36")
- set gSection to #chooseSkill
- setFingerCursor(#on, [chooseSkillSp])
- end
-
- on goChallenge
- stopSound2()
- go("challenging")
- goNarrator(gMasterData, "37")
- set gSection to #challenge
- setModule(gExtendData, #challenge)
- setFingerCursor(#on, [numberPanelSp, answerButSp])
- setHandCursor(#on, [coinSp, coinSp + 1, coinSp + 2])
- end
-
- on goMoreChallenge
- stopSound2()
- go("more challenging")
- goNarrator(gMasterData, "37")
- set gSection to #moreChallenge
- setModule(gExtendData, #more)
- setFingerCursor(#on, [numberPanelSp, answerButSp])
- setHandCursor(#on, [coinSp, coinSp + 1, coinSp + 2])
- end
-
- on goMostChallenge
- stopSound2()
- go("most challenging")
- goNarrator(gMasterData, "37")
- set gSection to #MostChallenge
- setModule(gExtendData, #most)
- setFingerCursor(#on, [numberPanelSp, answerButSp])
- setHandCursor(#on, [coinSp, coinSp + 1, coinSp + 2])
- end
-
- on exitExample
- cursor(0)
- setFingerCursor(#off, [answerButSp])
- end
-
- on exitChooseSkill
- puppetSprite(2, 0)
- setFingerCursor(#off, [chooseSkillSp])
- end
-
- on exitANYSkill
- set coinSp to 56
- setPuppetState([responseSp, coinSp, greyScreenSp], #d, 0)
- setBlanks(gExtendData, EMPTY, EMPTY, EMPTY)
- setFingerCursor(#off, [numberPanelSp, answerButSp])
- setHandCursor(#off, [coinSp, coinSp + 1, coinSp + 2])
- cleanUpCoinSp()
- updateStage()
- end
-